failure 160:
Serialization Failed
location |
trace |
/var/opt/lsb/test/olver-core/2014-01-29_05-08-38/util_assert_errx_scenario.utz (util_assert_errx_scenario.utt), line 19231 |
occurence |
scenario |
util_assert_errx_scenario |
properties |
kind |
SERIALIZATION_FAILED |
Stimuli & reactions in the serialization:
id and signature |
channel |
timestamp |
parameter |
a) specification errx_spec( CallContext context, IntT eval, CString *fmt, List *arguments, CString *stderrAsFile ) |
37 |
|
CallContext context = [pid=7707,thr=b74e1700] |
IntT eval = 0 |
CString * @fmt = %1$d%1$d |
CString * fmt = %1$d%1$d |
List * @arguments = < 1200 > |
List * arguments = < 1200 > |
CString * @stderrAsFile = /tmp/olver/util_assert_errx_scenario/stderrAsFile.txt |
CString * stderrAsFile = /tmp/olver/util_assert_errx_scenario/stderrAsFile.txt |
b) reaction *err_processTerminated( void ) |
37 |
|
result = (ExitReturnType *) struct ExitReturnType { name=errx, context=[pid=7707,thr=b74e1700] } |
similar known bug(s)
The errx() function shall display a formatted error message on the standard error stream.
According to LSB, the formatted error message, the last component of the program name, a colon
character, a space and a newline character shall be output.
But on the target machine colon character, and a space are not output after the formatted error
message.
Additional information about this bug may be found at http://linuxtesting.org/results/report?num=S0488.
|
|